home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_08_11
/
8n11040b
< prev
next >
Wrap
Text File
|
1990-08-01
|
425b
|
11 lines
QUE_FIFO First In First Out ordering, records
will be read by age - oldest first.
QUE_LIFO Last In First Out ordering, records
will be read by age - newest first.
QUE_PRIORITY Queue records are ordered by an
application defined priority.